/*=====home6 footer area ===== */
.footer6 {
	background-color: #252525;
	padding: 20px 0;
}

.foooter6-menu ul li {
	display: inline-block;
	padding: 0 12px;
}

.footer6-icons ul li a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border-radius: 50%;
	font-size: 16px;
	color: #026939;
	transition: all.4s;

}

.footer6-icons ul li a:hover {
	background-color: #1AA062;
	transition: all.4s;
	color: #fff;
}

.footer6-icons ul li {
	display: inline-block;
	padding: 0 3px;
}

.footer6-bottom-menus {
	display: flex;
	justify-content: space-between;
}

.footer6-copyright {
	display: flex;
	justify-content: space-between;
}

.copyright-p p {
	color: var(--accent-bg-2, #FAFAFA);
	text-align: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.copyright-p2 {
	display: flex;
}

.copyright-p2 p {
	margin-left: 20px;
}

.foorer6-border {
	height: 1px;
	width: 100%;
	opacity: 0.4000000059604645;
	background: #D4D4D8;
	margin: 45px 0;
}

@media screen and (max-width: 769px) {
	.footer6-bottom-menus {
		display: block;
	}

	.foooter6-menu {
		padding: 30px 0;
	}

	.footer6-copyright {
		display: block;
	}

	.copyright-p p {
		color: var(--accent-bg-2, #FAFAFA);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 16px;
	}

	.copyright-p2 {
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
}

.header-6 .main-menu ul li a {
	background: none;
}

.header-6 li.dropdown-parrent ul.theme-dropdown li a:after {
	background-color: #026939;
}

.header-6 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #026939;
}

.header-5 li.mega-menu-parrent ul.theme-mega-menu li a:after {
	background-color: #1456DA;
}

.header-6 li.dropdown-parrent:hover>a {
	color: #026939;
}

.main-menu.main-menu6 ul li a:hover {
	color: #026939;
	transition: all 0.3s ease-in-out;
}

/*=====home6 footer area ===== */
.card-border {
	border-radius: 10px !important;
	border: 1px #c2c2c2;
}

.optnumber {
	font-size: 1.5rem !important;
	letter-spacing: 0.6rem;
	padding-bottom: 1rem !important;
	color: #00af70 !important;
}

.primary-color {
	color: #00af70 !important;
}

@media screen and (max-width:991px) {
	.img-section {
		/* display: none !important; */
	}

	.form-section {
		margin-top: 80px !important;
		/* margin-bottom: 100px !important; */
	}
}

@media screen and (max-width:346px) {
	ul.product-sizes li {
		width: 125px !important;
	}
}

/* Process steps css */
.sbs--border-alt {
	display: flex;
	border: 1px solid #d1d5da;
	border-radius: 0.5rem;
}

.sbs--border-alt li {
	flex: 1;
}

.sbs--border-alt li:last-of-type .step::before,
.sbs--border-alt li:last-of-type .step::after {
	display: none;
}

.sbs--border-alt li.finished>.step .indicator {
	background-color: #257f3e;
	border-color: #257f3e;
	color: white;
}

.sbs--border-alt li.finished>.step .description {
	color: #2f363d;
}

.sbs--border-alt li.active>.step .indicator {
	border-color: #257f3e;
	color: #257f3e;
}

.sbs--border-alt li.active>.step .description {
	color: #1f6c35;
}

.sbs--border-alt li.active>.step .line {
	background-color: #2b9348;
}

.sbs--border-alt li .step {
	padding: 14px 10px;
	display: flex;
	align-items: center;
	position: relative;
}

.sbs--border-alt li .step::before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #d1d5da;
	position: absolute;
	right: 0;
}

.sbs--border-alt li .step::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: white;
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 1px solid #d1d5da;
	border-right: 1px solid #d1d5da;
	transform: translate(50%, -50%) rotate(45deg);
	z-index: 1;
}

.sbs--border-alt li .step .indicator {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	/* width: 2.5rem; */
	min-width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	margin-right: 1rem;
	border: 2px solid #d1d5da;
	color: #8a94a1;
	font-size: 14px;
}

.sbs--border-alt li .step .description {
	font-weight: bold;
	font-size: 14px;
	color: #8a94a1;
	display: flex;
	flex-direction: column;
	line-height: 20px;
}

.sbs--border-alt li .step .description span:first-of-type {
	margin-bottom: 0.25rem;
	text-transform: uppercase;
	font-size: 14px;
}

.sbs--border-alt li .step .description span:last-of-type {
	/* color: #b5bbc3; */
}

.bck-white{
	background:white;
}

.sbs--border-alt li .step .line {
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: transparent;
	bottom: 0;
	left: 0;
}

.mt-8 {
	margin-top: 5rem !important;
}


/* process step radio button css start */
:root {
	--card-line-height: 1.2em;
	--card-padding: 1em;
	--card-radius: 0.5em;
	--color-green: #00af70;
	--color-gray: #e2ebf6;
	--color-dark-gray: #c4d1e1;
	--radio-border-width: 2px;
	--radio-size: 1.2em;
}

.grid {
	display: grid;
	grid-gap: var(--card-padding);
	margin: 0 auto;
	max-width: 60em;
	padding: 0;
}

@media (min-width: 42em) {
	.grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.card {
	background-color: #fff;
	border-radius: var(--card-radius);
	position: relative;
}

.card:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
	font-size: inherit;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

/* .radio {
	font-size: inherit;
	margin: 0;
	position: absolute;
	right: calc(var(--card-padding) - var(--radio-border-width));
	top: calc(var(--card-padding) - var(--radio-border-width));
} */

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	.radio {
		-webkit-appearance: none;
		-moz-appearance: none;
		background: #fff;
		border: var(--radio-border-width) solid var(--color-gray);
		border-radius: 50%;
		cursor: pointer;
		height: var(--radio-size);
		outline: none;
		transition: background 0.2s ease-out, border-color 0.2s ease-out;
		width: var(--radio-size);
	}

	.radio::after {
		border: var(--radio-border-width) solid #fff;
		border-top: 0;
		border-left: 0;
		content: "";
		display: block;
		height: 0.75rem;
		left: 25%;
		position: absolute;
		top: 50%;
		transform: rotate(45deg) translate(-50%, -50%);
		width: 0.25rem;
	}

	.radio:checked {
		background: var(--color-green);
		border-color: var(--color-green);
	}

	.card:hover .radio {
		border-color: var(--color-dark-gray);
	}

	.card:hover .radio:checked {
		border-color: var(--color-green);
	}
}

.plan-details {
	/* border: var(--radio-border-width) solid var(--color-gray); */
	border-radius: var(--card-radius);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: var(--card-padding);
	transition: border-color 0.2s ease-out;
}

.card:hover .plan-details {
	border-color: var(--color-dark-gray);
}

.radio:checked~.plan-details {
	border-color: var(--color-green);
}

.radio:focus~.plan-details {
	box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled~.plan-details {
	color: var(--color-dark-gray);
	cursor: default;
}

.radio:disabled~.plan-details .plan-type {
	color: var(--color-dark-gray);
}

.card:hover .radio:disabled~.plan-details {
	border-color: var(--color-gray);
	box-shadow: none;
}

.card:hover .radio:disabled {
	border-color: var(--color-gray);
}

.plan-type {
	color: var(--color-green);
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}

.plan-cost {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0.5rem 0;
}

.slash {
	font-weight: normal;
}

.plan-cycle {
	font-size: 2rem;
	font-variant: none;
	border-bottom: none;
	cursor: inherit;
	text-decoration: none;
}

.hidden-visually {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

/* process step radio button css end */
.show-inline {
	display: inline-flex;
	flex-direction: row;
	align-items: baseline;
}

.px-1 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

@media (max-width:768px) {
	.process-steps {
		display: none;
	}

	.subtotal-res {
		margin-top: 2rem !important;
	}


}

@media (max-width:1024px) {
	.sbs--border-alt li .step .description span:first-of-type {
		font-size: 11px;
	}
}

.shift-top {
	/* margin-top: -3.3rem; */
	margin-bottom: 13rem;
}

.mb-9 {
	margin-bottom: 9em;
}

@media (max-width:991px) {
	.p-step {
		margin-top: 0 !important;
	}
	.res-step{
		padding-top:100px!important;
		padding-bottom:100px!important;
	}
	.res-form {
		margin-bottom: 30px !important;
	}
	.res-div-top{
		margin-top:3rem!important;
	}
	.res-div-bottom{
		margin-bottom:0px!important;
	}
	.shift-top {
		margin-top: 1rem;
		margin-bottom : 0px;
	}
	.plan-type{
		font-size:16px;
	}
}

.full-height{
	height:100%;
}

/* Loan amount slider */
.range__slider {
	width: 100%;
}

.range__value {
	width: auto;
	font-size: 1rem;
	padding-top: 10px;
}

.range__value label {
	display: inline-block !important;
    margin-bottom: .5rem;
}

.range__value span {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2c953d;
}

.range__emi {
	width: auto;
	font-size: 0.8rem;
}

.range__emi span {
	font-size: 0.8rem;
	font-weight: 700;
	color: #2c953d;
}

.range__slider [type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 11px !important;
	border-radius: 6px;
	background: #f1f1f1;
	outline: none;
	padding: 0 !important;
	margin: 0 !important;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f0f8ff;
	border: #2c953d 3px solid;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
	background: #10eb9d;
}

.range__slider [type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #2c953d;
	border: #2c953d 5px solid;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

/* Loan amount slider */

.owl-carousel .owl-item .single-logo-custom img {
	width: auto;
	border: 3px solid #105a81;
	border-radius: 15px;
	padding: 10px;
}

.form-style-custom h1{
	background: #354399;
    color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
}
